home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETAMBI.IN_ / netambi.inf
Encoding:
INI File  |  1999-10-19  |  2.3 KB  |  79 lines

  1. ; NETAMBI.INF
  2. ;
  3. ; AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)
  4. ;
  5. ; (c) AmbiCom and Microsoft 1998-1999
  6.  
  7. [version]
  8. Signature   = "$Windows NT$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. provider    = %V_MS%
  12. LayoutFile  = layout.inf
  13. DriverVer=10/19/1999,3.3.0.0
  14.  
  15. [Manufacturer]
  16. %V_AMB%     = AMBICOM
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect    = PCMCIA\AmbiCom_Inc-AMB8002-55A4, \
  20.                        PCMCIA\AmbiCom_Inc-AMB8002T-2AA0
  21.  
  22. [AMBICOM]
  23. %AMB8002.DeviceDesc% = AMB8002.ndi, PCMCIA\AmbiCom_Inc-AMB8002-55A4
  24. %AMB8002.DeviceDesc% = AMB8002.ndi, PCMCIA\AmbiCom_Inc-AMB8002T-2AA0
  25.  
  26. ;-------------------------------------------------------------------------------
  27. ; AmbiCom Ethernet PC Card (AMB8002/AMB8002T)
  28.  
  29. [AMB8002.ndi]
  30. AddReg          = AMB8002.reg
  31. Characteristics = 0x04  ; NCF_PHYSICAL (NO UI)
  32. BusType         = 8
  33. CopyFiles       = AMB8002.CopyFiles
  34.  
  35. [AMB8002.ndi.Services]
  36. AddService      = AMB8002, 2, AMB8002.Service, AMB8002.EventLog
  37.  
  38. ;-------------------------------------------------------------------------------
  39. ; AMB8002/AMB8002T Services and Driver
  40.  
  41. [AMB8002.reg]
  42. HKR, Ndi,            Service,    0, "AMB8002"
  43. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  44. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  45. HKR, ,               CardType,   0, "1"
  46. HKR, ,               OSType,     0, "0"
  47.  
  48. [AMB8002.Service]
  49. DisplayName     = %AMB8002.Service.DispName%
  50. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  51. StartType       = 3 ;%SERVICE_DEMAND_START%
  52. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  53. ServiceBinary   = %12%\AMB8002.SYS
  54. LoadOrderGroup  = NDIS
  55.  
  56. [AMB8002.EventLog]
  57. AddReg = AMB8002.AddEventLog.reg
  58.  
  59. [AMB8002.AddEventLog.reg]
  60. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  61. HKR, , TypesSupported,   0x00010001, 7
  62.  
  63. [AMB8002.CopyFiles]
  64. AMB8002.SYS,,,2
  65.  
  66. [DestinationDirs]
  67. AMB8002.CopyFiles = 12
  68.  
  69. ;-------------------------------------------------------------------------------
  70. ; Localizable Strings
  71.  
  72. [strings]
  73. V_MS                     = "Microsoft"
  74. V_AMB                    = "AmbiCom"
  75.  
  76. AMB8002.DeviceDesc       = "AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)"
  77. AMB8002.Service.DispName = "AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)"
  78.  
  79.